.flexbox {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
}
.flexbox-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flexbox-middle {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flexbox-between {
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flexchild {
  display: block;
  width: 20%;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  box-flex: 1;
  flex: 1;
  word-wrap: break-word;
}
.borderbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
}
.h5-page {
  color: #020202;
}
.h5-page .primary-btn {
  display: block;
  width: 2.6rem;
  height: 0.8rem;
  text-align: center;
  line-height: 0.8rem;
  background: #0088fa;
  font-weight: 400;
  color: #ffffff;
  font-size: 0.28rem;
  z-index: 5;
  cursor: pointer;
}
.h5-page .primary-btn:hover {
  opacity: 0.8;
}
.h5-page .info-btn {
  width: 2.6rem;
  height: 0.8rem;
  border: 1px solid #0088fa;
  font-size: 0.28rem;
  font-weight: 400;
  text-align: center;
  color: #0088fa;
  line-height: 0.8rem;
  margin-left: 0.44rem;
}
.h5-page .h5-head {
  padding: 0.2rem;
  box-shadow: 0 0.09rem 0.16rem 0.01rem rgba(216, 232, 247, 0.45);
}
.h5-page .h5-head .h5-head-logo {
  width: 2.07rem;
  height: 0.4rem;
}
.h5-page .h5-head .h5-head-logo img {
  width: 100%;
}
.h5-page .h5-head .h5-head-rt a {
  display: block;
}
.h5-page .h5-head .h5-head-rt .head-regis {
  width: 1.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  text-align: center;
  background: #0091ff;
  font-size: 0.24rem;
  color: #ffffff;
  margin-right: 0.33rem;
}
.h5-page .h5-head .h5-head-rt .nav-user-icon {
  color: #A8A8A8;
  font-size: 0.34rem;
  margin-right: 0.24rem;
}
.h5-page .h5-head .h5-head-rt .head-down {
  width: 0.3rem;
  height: 0.26rem;
}
.h5-page .h5-head .h5-head-rt .head-down i {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/static_browser/home/image/spread/m_down.png") no-repeat center;
  background-size: 100%;
}
.h5-banner-box {
  position: relative;
}
.h5-banner-box .position-btn {
  position: absolute;
  top: 4.61rem;
  left: 2.45rem;
}
.h5-banner-box .position-btn2 {
  position: absolute;
  top: 4rem;
  left: 0.51rem;
}
.h5-banner-box .h5-banner-title {
  font-size: 0.36rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.27rem;
}
.h5-banner-box .h5-content-item {
  margin-bottom: 0.14rem;
}
.h5-banner-box .h5-content-item i {
  display: block;
  width: 0.24rem;
  height: 0.2rem;
  background: url("/static_browser/home/image/spread/banner_gou2_2x.png") no-repeat center;
  background-size: 100%;
  margin-right: 0.11rem;
}
.h5-banner-box .h5-content-item span {
  display: block;
  color: #ffffff;
  font-size: 0.24rem;
}
.h5-banner-box .h5-banner-down2 {
  margin-top: 0.85rem;
  width: 2.6rem;
  height: 0.8rem;
}
.h5-banner-box .h5-banner-down2 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.8rem;
  text-align: center;
  background: #147DF9;
  color: #fff;
  font-size: 0.28rem;
}
.h5-banner-box .h5-banner-down {
  margin-top: 0.27rem;
  width: 1.9rem;
  height: 0.6rem;
}
.h5-banner-box .h5-banner-down a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0.6rem;
  text-align: center;
  background: #ffffff;
  color: #0091ff;
  font-size: 0.24rem;
}
.h5-banner-box .banner-title {
  width: 100%;
  position: absolute;
  top: 0;
}
.h5-contain .introduce-sub-title {
  font-size: 0.28rem;
  font-weight: 400;
  color: #858586;
}
.h5-contain .introduce-sub-title-active {
  font-size: 0.28rem;
  font-weight: 400;
  color: #858586;
  color: #147DF9;
}
.h5-contain .h5-new-main-title {
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.h5-contain .h5-main-title {
  font-size: 0.4rem;
  font-weight: 700;
  text-align: center;
}
.h5-contain .h5-highlight-text {
  font-size: 0.42rem;
  font-weight: 700;
  text-align: center;
  color: #0088fa;
}
.h5-contain .h5-common-title {
  font-size: 0.42rem;
  font-weight: 700;
  text-align: center;
}
.h5-contain .h5-common-tip {
  font-size: 0.28rem;
  font-weight: 400;
  text-align: center;
  color: #858586;
}
.h5-contain .h5-small-tip {
  font-size: 0.28rem;
  font-weight: 400;
  text-align: center;
  color: #858586;
}
.h5-contain .margin-t-81-b-25 {
  margin-top: 0.81rem;
  margin-bottom: 0.25rem;
}
.h5-contain .margin-t-43-b-54 {
  margin-top: 0.43rem;
  margin-bottom: 0.54rem;
}
.h5-contain .margin-t-27-b-62 {
  margin-top: 0.27rem;
  margin-bottom: 0.62rem;
}
.h5-contain .margin-t-78-b-25 {
  margin-top: 0.78rem;
  margin-bottom: 0.25rem;
}
.h5-contain .margin-t-88-b-25 {
  margin-top: 0.88rem;
  margin-bottom: 0.25rem;
}
.h5-contain .margin-t-94-b-22 {
  margin-top: 0.94rem;
  margin-bottom: 0.22rem;
}
.h5-contain .margin-t-60-b-25 {
  margin-top: 0.6rem;
  margin-bottom: 0.25rem;
}
.h5-contain .margin-t-27-b-62 {
  margin-top: 0.27rem;
  margin-bottom: 0.62rem;
}
.h5-contain .padding-t-69-b-27 {
  padding-top: 0.69rem;
  padding-bottom: 0.27rem;
}
.h5-contain .l-hight-40 {
  line-height: 0.4rem;
}
.h5-contain .part-img-and-text {
  padding: 0 0.18rem;
}
.h5-contain .platform {
  margin-top: 1rem;
  padding-bottom: 0.88rem;
}
.h5-contain .platform .margin-t-27-b-56 {
  margin-top: 0.27rem;
  margin-bottom: 0.56rem;
}
.h5-contain .platform .banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.h5-contain .platform .banner img {
  display: inline-block;
  height: 6.11rem;
}
.h5-contain .platform .banner .banner1 {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.h5-contain .platform .banner .banner2 {
  width: 100%;
  overflow: hidden;
  margin: auto;
}
.h5-contain .platform .banner .shade-left {
  width: 0.5rem;
  position: absolute;
  left: -0.25rem;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(88deg, #f7fbff 0%, #f7fbff 100%);
  filter: blur(0.1rem);
  /*虚化值，越大越模糊*/
  z-index: 3;
}
.h5-contain .platform .banner .shade-right {
  width: 0.5rem;
  position: absolute;
  right: -0.25rem;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(88deg, #f7fbff 0%, #f7fbff 100%);
  filter: blur(0.1rem);
  /*虚化值，越大越模糊*/
  z-index: 3;
}
.h5-contain .spread-merge-show {
  position: relative;
  margin-top: 0.86rem;
}
.h5-contain .spread-merge-show .spread-merge-img {
  width: 100%;
  height: 100%;
}
.h5-contain .spread-merge-show .spread-merge-img img {
  width: 100%;
}
.h5-contain .spread-merge-show .spread-merge-bg {
  position: absolute;
  left: -0.87rem;
  top: 0;
  z-index: -1;
  width: 4.18rem;
  height: 4.18rem;
  opacity: 0.3;
  border-radius: 50%;
  background: linear-gradient(0deg, #00f9f8 0%, #0087f9 100%);
}
.h5-contain .h5-safe-btn {
  margin: 0 auto 0.78rem auto;
  width: 1.9rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  background: #f98c0e;
}
.h5-contain .h5-safe-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 0.24rem;
}
.h5-contain .h5-guide {
  background: #F7FBFF;
  padding-top: 0.6rem;
  padding-bottom: 0.61rem;
}
.h5-contain .h5-guide .h5-guide-show {
  margin-top: 0.53rem;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item {
  width: 3.62rem;
  margin-right: 0.07rem;
  background: url("/static_browser/home/image/spread/m_guide_bg.png") no-repeat;
  background-size: 100% 100%;
  border-radius: 0.4rem;
  overflow: hidden;
  padding-bottom: 0.25rem;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item .h5-guide-title {
  padding: 0.3rem 0 0.12rem 0.3rem;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item .h5-guide-title .guide-num {
  font-size: 0.48rem;
  font-weight: 700;
  color: #0091ff;
  font-style: italic;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item .h5-guide-title .guide-tips {
  margin-left: 0.1rem;
  font-size: 0.3rem;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item .h5-guide-content {
  padding-left: 0.85rem;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item .h5-guide-content p {
  font-size: 0.22rem;
  color: #858586;
  margin-bottom: 0.08rem;
}
.h5-contain .h5-guide .h5-guide-show .h5-guide-item:last-child {
  margin-right: 0rem;
}
.h5-contain .h5-guide .h5-user-welfare {
  position: relative;
  margin: 0.3rem auto 0 auto;
  width: 7.08rem;
  height: 3.66rem;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 0.04rem;
  box-shadow: -0.19px 0.98px 8px 0px rgba(54, 155, 198, 0.14);
}
.h5-contain .h5-guide .h5-user-welfare .wlfare-title {
  margin: 0.43rem 0 0.32rem 0.18rem;
  font-size: 0.3rem;
  letter-spacing: 0.015rem;
}
.h5-contain .h5-guide .h5-user-welfare .wlfare-content-item {
  padding-left: 0.18rem;
  margin-bottom: 0.14rem;
  font-size: 0.24rem;
  font-weight: 400;
  letter-spacing: 0.012rem;
}
.h5-contain .h5-guide .h5-user-welfare .wlfare-show {
  position: absolute;
  right: 0.23rem;
  top: 0.19rem;
  z-index: 1;
  width: 1.59rem;
  height: 1.17rem;
}
.h5-contain .h5-guide .h5-user-welfare .wlfare-show img {
  width: 100%;
}
.h5-contain .h5-guide .h5-user-welfare .wlfare-btn {
  width: 1.9rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  background: #0091ff;
  margin: 0.57rem auto 0 auto;
}
.h5-contain .h5-guide .h5-user-welfare .wlfare-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
}
.h5-contain .h5-product {
  padding-top: 0.57rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #F7FBFF;
}
.h5-contain .h5-product .four-product-content {
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 100%;
}
.h5-contain .h5-product .four-product-content .four-product-item {
  width: 46%;
  height: 4.5rem;
  background: #ffffff;
  border-radius: 0.04rem;
  box-shadow: -0.0019rem 0.0098rem 0.08rem 0px rgba(71, 153, 200, 0.14);
  overflow: hidden;
}
.h5-contain .h5-product .four-product-content .four-product-item:nth-child(n+3) {
  margin-top: 0.2rem;
}
.h5-contain .h5-product .four-product-content .four-product-item img {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  margin-top: 0.53rem;
}
.h5-contain .h5-product .four-product-content .four-product-item .title {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 0.25rem;
  margin-bottom: 0.27rem;
}
.h5-contain .h5-product .four-product-content .four-product-item .discribe {
  line-height: 0.34rem;
  font-size: 0.24rem;
  font-weight: 400;
  text-align: center;
  color: #858586;
  margin-bottom: 0.38rem;
}
.h5-contain .h5-product .four-product-content .four-product-item .product-btn {
  width: 1.8rem;
  height: 0.5rem;
  margin: 0.2rem auto 0.38rem auto;
  line-height: normal;
  text-align: center;
  position: relative;
  border: 0.01rem solid #0091ff;
}
.h5-contain .h5-product .four-product-content .four-product-item .product-btn::after {
  content: "";
  position: absolute;
  top: -50%;
  bottom: -50%;
  left: -50%;
  right: -50%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  z-index: -1;
}
.h5-contain .h5-product .four-product-content .four-product-item .product-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 0.24rem;
  color: #0091ff;
}
.h5-contain .product-store {
  padding: 1rem 0.34rem;
  background-color: #EFF3F8;
}
.h5-contain .product-store .h5-store-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
}
.h5-contain .product-store .h5-store-list a {
  width: calc((100% - 0.48rem) / 3);
  background-color: #fff;
  box-sizing: border-box;
  border: 2px solid #D8DBE3;
  border-radius: 8px;
  height: 0.8rem;
  overflow: hidden;
}
.h5-contain .product-store .h5-store-list a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.h5-contain .h5-user-box {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url('/static_browser/wap/image/home/user-bg.png');
  background-size: cover;
  background-position: center;
}
.h5-contain .h5-user-box .number {
  position: relative;
  background-image: linear-gradient(51deg, #008bff 0%, #3bbeef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 0.6rem;
  font-weight: 700;
}
.h5-contain .h5-user-box .number::before {
  content: ' ';
  width: 0.14rem;
  height: 0.14rem;
  background: #f4632d;
  position: absolute;
  left: -0.23rem;
  top: -0.04rem;
}
.h5-contain .h5-user-box .text {
  font-size: 0.24rem;
  font-weight: 400;
}
.h5-contain .h5-user-box .h5-user-content {
  flex-wrap: wrap;
}
.h5-contain .h5-user-box .h5-user-content .margin-t-73 {
  margin-top: 0.73rem;
}
.h5-contain .h5-user-box .h5-user-content .user-content-counts {
  width: 50%;
}
.h5-contain .h5-user-box .h5-user-content .user-content-counts .user-content {
  width: 2.3rem;
  text-align: left;
  margin: auto;
}
.h5-contain .h5-user-box .h5-user-content .user-content-counts .user-content .user-infos {
  font-size: 0.24rem;
  font-weight: 400;
  text-align: left;
}
.h5-contain .h5-user-box .h5-user-content .user-content-counts .user-content .user-num {
  background-image: linear-gradient(51deg, #008bff 0%, #3bbeef 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  /*需要文字透明*/
  font-size: 0.48rem;
  font-weight: 700;
  text-align: left;
}
.h5-contain .h5-user-silder {
  width: 7.12rem;
  margin: auto;
  margin-bottom: 0.57rem;
}
.h5-contain .h5-user-silder .user-info-box {
  height: 1.5rem;
}
.h5-contain .h5-user-silder .user-info-box .h5-user-aval {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  overflow: hidden;
}
.h5-contain .h5-user-silder .user-info-box .h5-user-aval img {
  width: 100%;
}
.h5-contain .h5-user-silder .user-info-box .h5-user-depart {
  margin-left: 0.2rem;
}
.h5-contain .h5-user-silder .user-info-box .h5-user-depart .depart-name {
  font-size: 0.36rem;
  margin-bottom: 0.17rem;
}
.h5-contain .h5-user-silder .user-info-box .h5-user-depart .h5-user-name {
  font-size: 0.24rem;
  color: #858586;
}
.h5-contain .h5-user-silder .user-info-content {
  position: relative;
  width: 6.18rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #858586;
  line-height: 0.33rem;
}
.h5-contain .h5-user-silder .user-info-content .user-info-dot {
  position: absolute;
  z-index: 1;
  width: 0.77rem;
  height: 0.57rem;
}
.h5-contain .h5-user-silder .user-info-content .user-info-dot img {
  width: 100%;
}
.h5-contain .h5-user-silder .user-info-content .lt-dot {
  left: -0.21rem;
  top: -0.88rem;
}
.h5-contain .h5-user-silder .user-info-content .rt-dot {
  right: -0.32rem;
  bottom: -0.63rem;
}
.h5-contain .h5-user-bg {
  width: 100%;
  height: 3rem;
  background: url('/static_browser/home/image/spread/mobile-footer-banner_1.png') no-repeat 50%;
  background-size: cover;
  overflow: hidden;
}
.h5-contain .h5-user-bg .footer-banner-text {
  font-size: 0.36rem;
  font-weight: 700;
  text-align: center;
  line-height: 0.51rem;
  margin-top: 0.62rem;
  margin-bottom: 0.37rem;
}
.h5-contain .h5-user-bg .register {
  display: block;
  text-align: center;
  width: 2.6rem;
  height: 0.7rem;
  line-height: 0.7rem;
  background: #0088fa;
  font-size: 0.28rem;
  color: #ffffff;
  margin: auto;
}
.h5-contain .h5-bottom-box {
  height: 1.6rem;
  background: url("/static_browser/home/image/spread/h5_btbg.png") no-repeat;
  background-size: 100%;
  padding-top: 0.3rem;
  background-color: #0091ff;
}
.h5-contain .h5-bottom-box .h5-bt-title {
  margin-bottom: 0.2rem;
  font-size: 0.28rem;
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.014rem;
}
.h5-contain .h5-bottom-box .h5-bt-btn {
  width: 1.9rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #f98c0f;
  margin: 0 auto;
}
.h5-contain .h5-bottom-box .h5-bt-btn a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
}
.h5-contain .h5-bottom-box .h5-bt-btn a span {
  display: block;
  font-size: 0.24rem;
  letter-spacing: 0.012rem;
  color: #ffffff;
  margin-right: 0.15rem;
}
.h5-contain .h5-bottom-box .h5-bt-btn a i {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  background: url("/static_browser/home/image/spread/spread_bt_go.png") no-repeat;
  background-size: 100%;
}
.swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.h5-swiper .swiper-slide {
  color: #fff;
}
.h5-swiper .swiper-slide .swiper-item {
  height: 1.96rem;
  background-color: #fff;
  border-radius: 0.08rem;
  padding: 0.34rem 0.28rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.h5-swiper .swiper-slide .swiper-item p {
  color: #020202;
  font-size: 0.28rem;
  line-height: 0.4rem;
}
.h5-swiper .swiper-slide .swiper-item div {
  text-align: right;
  width: 100%;
  color: #858586;
  font-size: 0.24rem;
}
.h5-swiper > .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 0.8rem;
  z-index: 99;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
.swiper2 > .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  width: 100%;
  height: 0.8rem;
  line-height: 1rem;
  text-align: center;
}
.h5-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
  line-height: 0.4rem;
  border-radius: 50%;
}
.h5-swiper > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #0088fa;
  width: 0.4rem;
  height: 0.12rem;
  border-radius: 0.06rem;
}
.h5-banner-swiper .swiper-slide {
  height: 4.36rem;
}
.h5-banner-swiper .banner-box {
  height: 4.36rem;
}
.h5-banner-swiper .banner-box img {
  width: 100%;
  height: 101%;
}
.h5-banner-swiper > .swiper-pagination-bullets {
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  z-index: 99;
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
}
.h5-banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  line-height: 0.4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  opacity: 0.6;
}
.h5-banner-swiper > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #FFFFFF !important;
  opacity: 1;
}
.m-stick-bottom {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: -1.9rem;
  z-index: 100;
  background-color: #fff;
}
.service-wrap {
  width: 100%;
  height: 4.91rem;
  background: url('/static_browser/home/image/spread/service_bg@2x.jpg') no-repeat;
  background-size: cover;
}
.service-wrap .title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.24rem;
}
.service-wrap .title span {
  display: inline-block;
  height: 0.6rem;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}
.service-wrap .title .num {
  font-size: 0.6rem;
  color: #FFC339;
  font-weight: bold;
  font-style: italic;
  margin: 0 0.1rem;
  margin-bottom: 0.18rem;
}
.service-wrap .qr-code {
  width: 3.31rem;
  height: 3.31rem;
  margin: 0.08rem auto 0 auto;
}
.service-wrap .qr-code .pic {
  display: block;
  width: 100%;
  height: 100%;
}
.qh-hide {
  display: none !important;
}
.hexin-content {
  height: 7.69rem;
  background-color: #F7FBFF;
  overflow: hidden;
}
.hexin-content .title {
  font-size: 0.38rem;
  font-weight: 700;
  margin-top: 0.53rem;
  margin-left: 0.3rem;
}
.hexin-content .describe {
  font-size: 0.24rem;
  font-weight: 400;
  color: #858586;
  margin-top: 0.26rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
  line-height: 0.32rem;
}
.hexin-content .store-manage {
  display: block;
  height: 4.04rem;
}
.hexin-content .more {
  display: block;
  width: 1.32rem;
  height: 0.26rem;
  position: absolute;
  left: 50%;
  bottom: 0.4rem;
  z-index: 99;
  transform: translateX(-50%);
}
.global {
  padding-bottom: 0.61rem;
}
.global .title {
  font-size: 0.48rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.24rem;
  margin-top: 0.7rem;
}
.global .describe {
  font-size: 0.24rem;
  font-weight: 400;
  text-align: center;
  color: #858586;
}
.global img {
  width: 100%;
  height: 4.05rem;
  margin-top: 0.4rem;
}
.new-sub-title {
  font-size: 0.24rem;
  color: #858586;
  line-height: 0.34rem;
}
.h5-tuiguang {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.19rem 0.45rem 0.19rem 0.49rem;
  z-index: 99;
  box-sizing: border-box;
  background-color: #fff;
  background-size: cover;
}
.h5-tuiguang * {
  height: 0.72rem;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 0.36rem;
  border: 1px solid #0087f9;
  align-items: center;
}
.h5-tuiguang div {
  color: #fff;
  background-color: #0087f9;
  position: relative;
}
.h5-tuiguang div::after {
  content: "限时领取188元无门槛优惠券";
  position: absolute;
  color: #fff;
  font-size: 0.2rem;
  right: 0;
  background-color: #f4632d;
  border-radius: 0.08rem;
  padding: 0.06rem;
  top: -0.2rem;
}
.h5-tuiguang a {
  color: #0087f9;
  background-color: #fff;
  margin-top: 0.16rem;
}
.h5-main-recommendation {
  padding: 0 0.32rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.24rem;
  margin-top: -0.6rem;
  z-index: 1;
  position: relative;
  padding-bottom: 1rem;
}
.h5-main-recommendation-cell {
  height: 0.92rem;
  background: #ffffff;
  border: 0.02rem solid #ffffff;
  border-radius: 0.08rem;
  box-shadow: 0.02rem 0.2rem 0.28rem 0.08rem rgba(219, 228, 241, 0.45);
  display: flex;
  align-items: center;
  gap: 0.24rem;
  width: calc(50% - 0.12rem);
  box-sizing: border-box;
  padding-left: 0.28rem;
}
.h5-main-recommendation-cell span {
  font-size: 0.32rem;
  font-weight: 600;
}
.h5-main-recommendation-cell:nth-child(1) {
  background: linear-gradient(90deg, #ff5944 9%, #ffa159 100%);
  border: none;
  padding-left: 0.22rem;
}
.h5-main-recommendation-cell:nth-child(1) span {
  color: #FFF5D7;
}
.main-swiper-pagination {
  position: relative;
  margin-top: 0.6rem;
  bottom: unset;
  display: flex;
  gap: 0.36rem;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 0 0.32rem;
}
.main-swiper-pagination .swiper-pagination-bullet {
  white-space: nowrap;
  background-color: transparent;
  display: flex;
  gap: 0.08rem;
  width: auto;
  height: auto;
  align-items: center;
  opacity: 1;
  border-bottom: 0.04rem solid transparent;
  border-radius: 0;
  padding-bottom: 0.14rem;
}
.main-swiper-pagination .swiper-pagination-bullet::before {
  width: 0.36rem;
  height: 0.36rem;
  content: '';
  background-size: contain;
  background-position: center;
}
.main-swiper-pagination .swiper-pagination-bullet::after {
  font-size: 0.32rem;
  line-height: 1;
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(1)::before {
  background-image: url('/static_browser/home/image/index_2409/icon_shop@2x.png');
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(1)::after {
  content: '多店管理';
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  background-image: url('/static_browser/home/image/index_2409/icon_team@2x.png');
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(2)::after {
  content: '团队协作';
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
  background-image: url('/static_browser/home/image/index_2409/icon_network@2x.png');
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(3)::after {
  content: '极速上网';
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(4)::before {
  background-image: url('/static_browser/home/image/index_2409/icon_safe@2x.png');
}
.main-swiper-pagination .swiper-pagination-bullet:nth-child(4)::after {
  content: '账号安全';
}
.main-swiper-pagination .swiper-pagination-bullet-active {
  border-bottom-color: #0087f9;
}
.main-swiper-pagination .swiper-pagination-bullet-active::after {
  color: #0087f9;
  font-weight: 600;
}
.main-container .swiper-slide {
  padding: 0 0.32rem;
  padding-top: 0.42rem;
}
.main-content {
  border-radius: 0.16rem;
  box-shadow: 0.02rem 0.02rem 0.28rem 0.08rem rgba(219, 228, 241, 0.45);
  padding: 0.52rem 0 0.6rem;
  background-color: #fff;
}
.main-content > div {
  padding: 0 0.28rem;
}
.main-content > div p:nth-child(1) {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.2rem;
}
.main-content > div p:nth-child(1) span {
  color: #0087f9;
  font-size: inherit;
  font-weight: inherit;
}
.main-content > div p:nth-child(2) {
  font-size: 0.32rem;
}
.main-content > div div {
  display: flex;
  color: #858586;
  font-size: 0.28rem;
  gap: 0.12rem;
  margin-top: 0.4rem;
}
.main-content > div div::before {
  content: '';
  width: 0.48rem;
  height: 0.48rem;
  background-image: url("/static_browser/home/image/index_2409/icon_check_sm@2x.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main-content > div div span {
  flex: 1;
  line-height: 0.4rem;
  font-size: 0.28rem;
}
.main-content img {
  width: 100%;
  margin-top: 0.36rem;
}
.h5-honor {
  padding-top: 1rem;
}
.h5-honor .h5-honor-silder {
  padding: 0 0.32rem;
  width: 100vw;
}
.h5-honor .h5-honor-swiper {
  height: 7.32rem;
  width: 100%;
}
.h5-honor .h5-honor-swiper .swiper-wrapper {
  width: 100% !important;
}
.h5-honor .swiper-slide {
  height: calc((100% - 14px) / 2) !important;
  display: flex;
  overflow: hidden;
  background-color: #EFF3F8;
  padding: 0.24rem;
}
.h5-honor .swiper-slide .cell {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
}
.h5-honor .swiper-slide .cell img {
  max-width: 100%;
}
.h5-honor .swiper-slide .cell div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5-honor .swiper-slide .cell p,
.h5-honor .swiper-slide .cell span {
  margin-top: 0.12rem;
  font-size: 0.24rem;
  text-align: center;
}
.h5-honor .swiper-slide .cell p {
  height: 0.6rem;
  margin-top: 0.16rem;
  line-height: 0.3rem;
}
.h5-honor .swiper-slide .cell span {
  color: #858586;
}
.h5-honor-pagination {
  display: flex;
  justify-content: center;
  margin-top: 0.4rem;
}
.h5-honor-pagination .swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
}
.h5-lazada {
  padding: 0 0.32rem;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h5-lazada .logo {
  width: 100%;
  height: 1.78rem;
  padding: 0.36rem 0;
  display: flex;
  justify-content: center;
  background: #ffffff;
  border-radius: 0.16rem;
  box-shadow: 2px 2px 28px 8px rgba(219, 228, 241, 0.45);
}
.h5-lazada .logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.h5-lazada p {
  text-align: center;
  font-size: 0.4rem;
  margin-top: 0.28rem;
}
.h5-lazada a {
  color: #0087f9;
  font-size: 0.28rem;
  margin-top: 0.48rem;
}
.h5-history {
  margin-top: 1rem;
  background-color: #EFF3F8;
  padding: 1rem 0.4rem;
  padding-top: 0.3rem;
}
.h5-history-cell {
  margin-top: 0.7rem;
  width: 100%;
}
.h5-history-cell video {
  width: 100%;
  border-radius: 0.08rem;
  border: 0.12rem solid #fff;
  box-shadow: 2px 2px 28px 8px rgba(219, 228, 241, 0.45);
}
.h5-history-cell div {
  font-size: 0.4rem;
  font-weight: 600;
  margin-top: 0.5rem;
  text-align: center;
}
.h5-history-cell p {
  font-size: 0.28rem;
  color: #858586;
  margin-top: 0.32rem;
  text-align: center;
  line-height: 0.4rem;
}
.h5-track {
  padding: 0 0.56rem;
  padding-top: 1rem;
}
.h5-track-content > .event {
  text-align: center;
}
.h5-track-content > .event a {
  color: #0087f9;
  display: inline-block;
  margin-top: 0.6rem;
  font-size: 0.28rem;
}
.h5-track-swiper {
  width: 100%;
  overflow: hidden;
}
.h5-track-swiper .swiper-slide img {
  width: 100%;
  height: 4.32rem;
  object-fit: cover;
  object-position: center;
}
.h5-track-swiper .swiper-slide .title {
  margin-top: 0.32rem;
}
.h5-track-swiper .swiper-slide .title p {
  color: #858586;
  font-size: 0.28rem;
  line-height: 0.4rem;
  text-align: center;
}
.h5-track-pagination {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  width: 0.12rem;
  height: 0.12rem;
}
.h5-recommend {
  padding: 1rem 0.32rem;
}
.h5-recommend .h5-recommend-swiper {
  overflow: hidden;
}
.h5-recommend .swiper-slide {
  width: 100%;
  border: 2px solid #d8dbe3;
  border-radius: 12px;
  overflow: hidden;
}
.h5-recommend .swiper-slide div {
  margin-top: -2px;
  margin-left: -2px;
}
.h5-recommend .swiper-slide video {
  width: 100%;
  height: 3.88rem;
  display: block;
}
.h5-recommend .swiper-slide .title {
  line-height: 0.96rem;
  padding: 0 0.3rem;
  background-color: #fff;
}
.h5-recommend .swiper-slide .title p {
  font-size: 0.28rem;
}
.h5-recommend-pagination {
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
}
.h5-data {
  padding: 0.4rem 0.62rem 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h5-data div {
  margin-top: 0.6rem;
  width: calc((100% - 1.14rem) / 2);
}
.h5-data div p {
  font-size: 0.6rem;
  font-weight: 600;
  background: linear-gradient(270deg, #19b8ea 0%, #0086fb);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.h5-data div span {
  font-size: 0.28rem;
  margin-top: 0.08rem;
  display: block;
}
